ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFieldBaseTagHelper<TControl> Class / Format Property

In This Topic
    Format Property (PivotFieldBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Format. Sets the format to use when displaying field values.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also